@font-face {
  font-family: 'Raleway';
  src: url('../fonts/Raleway/Raleway-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Cabin';
  src: url('../fonts/Cabin/Cabin-Regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Tangerine';
  src: url('../fonts/Tangerine/Tangerine-Bold.ttf') format('truetype');
}


html{
    font-size: 16px;
    color: #353535;
}

body{
    background-color: #fefefe;
    margin: 0;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

.nopadding{
    padding: 0 important!;
    margin: 0 important!;
}

.shadow{
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35) 
}

#box-1{
    transition: top 0s;
    background-color: #fefefe;
    z-index: 3;
    width: 100%;
}

#box-mobilemenu{
    top: 0;
    transition: top 0.5s;
    background-color: #fefefe;
    z-index: 5;
}

#headerbox{
    display: inline-block;
    padding-top: 12px;
    width: 100%;
    text-align: center;
}

#logo{
    margin-left: auto;
    margin-right: auto;
}

#headerbox2{
    display: inline-block;
    margin-top: 12px;
    display: none;
}

#headerbox3{
    display: inline-block;
    float: right;
    text-align: right;
    margin-right: 12px;
    font-family: Cabin;
    line-height: 1.25;
    display: none;
}















.mobile-menu {
  display:block;
  width:100%;
background: #9cbec8;
line-height: 20px;
width:100%;
text-align:center;
	position: relative;
  margin:0 auto;
    position: -webkit-sticky;
  position: sticky;
  top: 0;
    z-index: 5;
}
/*Strip the ul of padding and list styling*/
.mobile-menu ul {
	list-style-type:none;
  margin: 0 auto;
  padding-left:0;
  text-align:right;
  width:100%;
  position: absolute;
  background: #9cbec8;
}

/*Create a horizontal list with spacing*/
.mobile-menu li {
	display:inline-block;
	/*float: left;
	margin-right: 1px;*/
}

/*Style for menu links*/
.mobile-menu li a {
	display:block;
	min-width:140px;
	text-align: center;
	font-family: Muli;
	color: #252525;
  text-transform:uppercase;
	background: #9cbec8;
	text-decoration: none;
  margin-left:-5px;
  padding: 12px 0;  
-webkit-transition: all 0.4s ease 0s;
-moz-transition: all 0.4s ease 0s;
-ms-transition: all 0.4s ease 0s;
-o-transition: all 0.4s ease 0s;
transition: all 0.4s ease 0s;
}

/*Hover state for top level links*/
.mobile-menu li:hover a {
	color: #252525;
  background-color:#ccddee;
}

/*Style for dropdown links*/
.mobile-menu li:hover ul a {
	background: #f3f3f3;
	color: #252525;
	height: 40px;
	line-height: 20px;
}

/*Hover state for dropdown links*/
.mobile-menu li:hover .mobile-menu ul a:hover {
	color: #252525;
}

/*Hide dropdown links until they are needed*/
.mobile-menu li ul {
	display: none;
}

/*Make dropdown links vertical*/
.mobile-menu li ul li {
	display: block;
	float: none;
}

/*Prevent text wrapping*/
.mobile-menu li ul li a {
	width: auto;
	min-width: 100px;
	padding: 0 20px;
}


/*Style 'show menu' label button and hide it by default*/
.mobile-menu .show-menu {
	text-decoration: none;
	color: #252525;
	background: #9cbec8;
	text-align: center;
	padding: 16px 15px;
	display: none;
  cursor: pointer;
    font-size: 16px;
    font-weight: 400;
}

.mobile-menu .show-menu span{
    text-align: left;
   padding-left: 0px;
}

/*Hide checkbox*/
.mobile-menu input[type=checkbox]{
    display: none;
}

/*Show menu when invisible checkbox is checked*/
.mobile-menu input[type=checkbox]:checked ~ #menu{
    display: block;
}

/*Responsive Styles*/

@media screen and (max-width : 500px){
  .mobile-menu .lines {
    border-bottom: 12px double #252525; 
    border-top: 4px solid #252525; 
    content:"";
    height: 20px; 
    width:30px;
    padding-right:15px;
    float: right;
}
	/*Make dropdown links appear inline*/
	.mobile-menu ul {
		position: static;
		display: none;
	}
	/*Create vertical spacing*/
	.mobile-menu li {
		margin-bottom: 1px;
	}
	/*Make all menu links full width*/
	.mobile-menu ul li, .mobile-menu li a {
		width: 100%;
	}
	/*Display 'show menu' link*/
	.mobile-menu .show-menu {
		display:block;
	}
}


















#box-2{
    background-color: #C9DBE1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;

    /*
    -moz-background-size: 100% auto;
    -webkit-background-size: 100% auto;
    -o-background-size: 100% auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    
    background-attachment: fixed;
    */
    
    /*padding-top: 284.64%;
        background-size: contain*/
}

.schedule{
    padding: 24px 0px;
}

#box-2-2{
    background-image: url("../images/girlonbeach.jpg");
    background-image: url("../images/girlonbeach.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: auto;
    height: 150px;
    margin-top: -20px;
}

#box-content{
    padding: 24px 0px 24px 0px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}





.navbar {
    width: 100%;
    margin: auto auto;
    list-style: none;
    display: flex;
    justify-content: space-between;
    background-color: #9cbec8;
    font-family: Raleway;
    text-decoration: none;
    line-height: 20px;
    display: none;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.navbar a {
    color: #353535;
    text-decoration: none;
    padding: 12px 24px 12px 24px;
    transition-duration: 0.7s;
}

.navbar a:hover{
    background-color: #80a5b5;
    transition-duration: 0.7s;
}

.dropdown{
    padding: 12px 24px 12px 24px;
}

.dropdown-menu-center {
  left: 50% !important;
  right: auto !important;
  text-align: center !important;
  transform: translate(-50%, 0) !important;
}

.dropbtn{
    color: #353535;
    text-decoration: none;
    transition-duration: 0.7s;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    margin-top: 16px;
    background-color: #9cbec8;
    min-width: 200px; 
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    float: none;
    padding: 12px 24px;
    text-decoration: none;
    display: block;
    text-align: center;
    background-color: #9cbec8;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #80a5b5;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}


#spacerectangle{
    height: 0px;
}

#scheduleappointment{
    font-family: Raleway;
    font-size: 36px;
    text-align: center;
}

.schedulebutton{
    padding: 12px 24px;
    border: 2px solid #353535;
    text-align: center;
    font-family: Cabin;
    font-size: 16px;
    cursor: pointer; 
    margin: 12px 12px 0px 12px;
    width: 130px;
    transition-duration: 0.4s;
}

.schedulebutton:hover{
    background-color: #fefefe;
    color: #353535;
    border: 2px solid #fefefe;
    box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35) 
}

.menubuttons{
    font-family: Cabin;
    font-size: 24px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    cursor: pointer;
    width: 225px;
    transition-duration: 0.4s;
    background-color: #9cbec8;
    margin: 24px auto 24px auto;
    display: block;
}

.menubuttons:hover{
    font-family: Cabin;
    font-size: 24px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    cursor: pointer;
    width: 300px;
    transition-duration: 0.4s;
    background-color: #ffffff;
    margin: 24px auto 24px auto;
    display: block;
}

#menu{
    font-family: Raleway;
}

.expertise{
    font-size: 36px;
    font-family: Raleway;
    font-weight: normal;
    line-height: 1;
    padding-top: 48px;
    padding-bottom: 24px;
    margin: 0;
    text-align: center;
}

#statement{
    font-size: 24px;
    font-family: Cabin;
    line-height: 1.5;
    text-align: justify;
}

.expertiseimages{
    text-align: center;
    width: 75%;
    transition-duration: 0.4s;
    display: none;
}

.expertisetext{
    text-align: center;
    font-weight: normal;
    font-family: Cabin;
    font-size: 20px;
    line-height: 1;
    margin-top: 12px;
    margin-bottom: 24px;
}

#specialexpertise1{
    display: none;
}
#specialexpertise2{
    display: none;
}

#ourspecialists{
    font-size: 36px;
    font-family: Raleway
}

#box-3{
    background-image: url("../images/doctor-supplies.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align: center;
}

.specialistbox{
    margin: 48px 0px 48px 0px;
    background: rgba(245,245,245,0.93);
    width: 100%;
}

.specialistimage{
    width: 75%;
    margin: 24px auto;
}

.specialistname{
    font-family: Raleway;
    font-weight: normal;
    font-size: 36px;
    display:inline-block;
    line-height: 1;
    padding-top: 24px;
}

.specialisttitle{
    font-family: Raleway;
    font-weight: normal;
    font-size: 24px; 
    display: inline-block;
    margin-left: 12px;
    line-height: 1;
}

.specialistdescription{
    font-family: Cabin;
    font-size: 16px;
    line-height: 1.5;
    text-align: justify;
}


#box-4{
    padding-top: 72px;
    padding-bottom: 72px;
    width: 100%;
    text-align: center;
}

#podcastimg{
    width: 70%;
    max-width: 500px;
    margin-bottom: 24px;
}


#brainimage{
    height: 36px; 
    display: inline-block;
    margin-bottom: 18px;
    margin-left: 6px;
}

#podcasttitle{
    font-family: Raleway;
    font-weight: normal;
    font-size: 36px;
    line-height: 1;
    display: inline-block;
}

#podcastdef{
    font-family: Raleway;
    font-weight: normal;
    font-size: 24px;
    line-height: 1;
    margin-top: 0px;
}

#podcastdescription{
    font-family: Cabin;
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
}

#podcastbutton{
    padding: 12px 24px;
    text-align: center;
    font-family: Cabin;
    font-size: 16px;
    cursor: pointer;
    margin-top: 12px;
    -webkit-transition-duration: 0.7s; /* Safari */
    transition-duration: 0.7s;
    background-color:#008CC3;
    color: #FFFFFF;
    border: 2px solid #008CC3;
}

#podcastbutton:hover{
    background-color:#FFDC00;
    color: #353535;
    border: 2px solid #FFDC00;
}

#bookimg{
    width: 70%;
    max-width: 500px;
    margin-top: 24px;
}

#booktitle{
    font-family: Raleway;
    font-weight: normal;
    font-size: 36px;
    line-height: 1;
    display: inline-block;
}

#bookdef{
    font-family: Raleway;
    font-weight: normal;
    font-size: 24px;
    line-height: 1;
    margin-top: 0px;
}

#bookdescription{
    font-family: Cabin;
    font-size: 16px;
    text-align: justify;
    line-height: 1.5;
}

#bookbutton{
    padding: 12px 24px;
    text-align: center;
    font-family: Cabin;
    font-size: 16px;
    cursor: pointer;
    margin-top: 12px;
    -webkit-transition-duration: 0.7s; /* Safari */
    transition-duration: 0.7s;
    background-color:#008CC3;
    color: #FFFFFF;
    border: 2px solid #008CC3;
}

#bookbutton:hover{
    background-color:#FFDC00;
    color: #353535;
    border: 2px solid #FFDC00;
}

#box-5{
    background-image: url("../images/nurse-helping.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    width: 100%;
    padding: 72px 0px 48px 0px;
    text-align: center;
}

#testimonybox{
    width: 95%;
    margin: 0px auto 0px auto;
    background: rgba(245,245,245,0.93);
}

.reviewrating{
    font-family: Raleway; 
    font-size: 36px;
    line-height: 1;
    padding-bottom: 12px;
}

.reviewplace{
    font-family: Raleway;
    font-size: 24px;
    line-height: 1;
}

#testimoniallabel{
    font-size: 36px;
    font-family: Raleway;
    line-height: 1;
    padding: 48px 0px 36px 0px;
}

#testimonials{
    width: 90%;
    margin: 0px auto;
    font-size: 24px;
    font-family: Cabin;
    padding: 24px 0px 24px 0px;
    line-height: 1.5;
}

#box-6{
    background-color: #fefefe;
    padding-top: 72px;
    padding-bottom: 72px;
    width: 100%;
    text-align: center;
}

#box-7{
    background-image: url("../images/medical-tools.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 72px 0px 48px 0px;
    text-align: center;
}

.footerheader{
    font-family: Raleway;
    font-weight: normal;
    font-size: 36px;
    margin-top: 24px;
    line-height: 1;
    margin-bottom: 24px;
}

.footercontent{
    font-family: Cabin;
    font-size: 16px;
}

#box-8{
    padding: 24px 0px 24px 0px;
    background-color: #353535;
    color: #9c9c9c;
    text-align: center;
    font-family: cabin;
}